Parul garg

Owner: admin@hectorai.live · Parul garg · ← all brands

Active days
22
Sessions
105
Active hours
1.61
real mouse/keyboard time
Page views
0
Actions
0
Entities changed
0

Action mix

Bid
0
Budget
0
Status
0
Rule
0
Scheduler
0

Current automation state

Rules
0 / 0
active / total — 0 paused, 0 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
0
Executives
0
Sellers
0
Vendors
0

Profile 16 · blinkit

Top users on this brand

EmailNameRoleSessionsActive min
ankita@parulgargbeauty.com Ankita Admin 31 45.7
admin@hectorai.live Hector Admin Admin 50 20.4
amit@neondigital.media Amit Pandey Manager 13 18.0
deepak@neondigital.media Deepak Rai Manager 9 10.0
swar@hectorai.live Swar Manager 2 2.2

Daily

DayUsersSessionsActive hoursPage viewsActionsEntities
2026-05-26 1 1 0.01 0 0 0
2026-05-27 2 4 0.03 0 0 0
2026-05-28 2 2 0.02 0 0 0
2026-05-29 2 5 0.06 0 0 0
2026-06-01 3 31 0.77 0 0 0
2026-06-02 1 1 0.01 0 0 0
2026-06-03 2 5 0.06 0 0 0
2026-06-04 2 3 0.04 0 0 0
2026-06-05 2 4 0.10 0 0 0
2026-06-08 2 5 0.08 0 0 0
2026-06-10 1 4 0.04 0 0 0
2026-06-11 1 2 0.01 0 0 0
2026-06-12 1 2 0.01 0 0 0
2026-06-14 2 10 0.09 0 0 0
2026-06-15 2 8 0.07 0 0 0
2026-06-16 2 4 0.10 0 0 0
2026-06-17 2 6 0.05 0 0 0
2026-06-18 1 1 0.01 0 0 0
2026-06-19 1 1 0.01 0 0 0
2026-06-22 1 1 0.00 0 0 0
2026-06-23 2 3 0.04 0 0 0
2026-06-25 1 2 0.01 0 0 0
4 queries · scanned 28.44 MB · cost $0.000169 · 7.18s
Query 1 · 1 rows · 13.52 MB · $0.000081 · 2.34s
SELECT brand_group,
       ANY_VALUE(profile_owner_email) AS profile_owner_email,
       ANY_VALUE(company_name)        AS company_name,
       SUM(distinct_users)            AS user_day_rows,
       COUNT(DISTINCT day)            AS active_days,
       SUM(sessions)                  AS sessions,
       SUM(active_seconds)            AS active_seconds,
       SUM(page_views)                AS page_views,
       SUM(action_count)              AS action_count,
       SUM(entity_count)              AS entity_count,
       SUM(bid_actions)               AS bid_actions,
       SUM(budget_actions)            AS budget_actions,
       SUM(status_actions)            AS status_actions,
       SUM(rule_actions)              AS rule_actions,
       SUM(scheduler_actions)         AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Parul garg')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
Query 2 · 5 rows · 5.30 MB · $0.000032 · 1.34s
SELECT email,
       ANY_VALUE(full_name) AS full_name,
       ANY_VALUE(role)      AS role,
       SUM(sessions)        AS sessions,
       ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('Parul garg')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
Query 3 · 22 rows · 9.35 MB · $0.000056 · 2.09s
SELECT day,
       distinct_users,
       sessions,
       ROUND(active_hours, 2) AS active_hours,
       page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Parul garg')
  AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY day
Query 4 · 1 rows · 273.0 KB · $0.000002 · 1.41s
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Parul garg')
LIMIT 5